LCD_RVS_FV_MI_PIN

LCD_RVS_FV_MI_PIN

   
SYNTAX:

        LCD_RVS_FV_MI_PIN( PINS, FORCE_V_VALUE, CLAMP_I_VALUE, E_range, I_range  [,SR0/SR1/SR2] [,MEAS_LOOP=x] [,AVG or MAX or MIN or MAVG or RAM] [,UP_LIMIT=x] [,DOWN_LIMIT=x] [,FORCE_WAIT=x] [, RELAY_WAIT=x] [, WAIT=x]  [,LOG_OFF] [,BinNo=x] [,LOG_ALIAS=name] [,LOG_UNIT=unit] [,USER_MONITOR/USER_MON_ONLY] [,IGNORE_FAIL] [,MEASURE_LOOP_INTERVAL=x] [,DIGITAL_FILTER=x] [,RESULT=x]);

DESCRIPTION:

       RVS force voltage value and read back the resource measure current value from RVS relational PIN in tester.

REQUIRED ARGUMENT:

         PARA1: PINS

            PIN_GROUP_NAME or PIN_NAME

        PARA2: FORCE_V_VALUE

            Voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).

         PARA3: CLAMP_I_VALUE

            Current value, unit: A, mA or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).

         PARA4: E_range

           E1~E3; E1:กำ5V, E2:กำ10V, E3:กำ24V

            Or _C_Variable

         PARA5: I_range

           I1~I4; I1:กำ5UA, I2:กำ50UA, I3:กำ10mA, I4:กำ100mA

            KEEP_I_RANGE: I-RANGE reference to the same instruction as the previous settings

            Or _C_Variable

OPTIONAL ARGUMENT:   

           PARA: SR0/SR1/SR2

            SLEW RATE

            Default: SR0 

        PARA: MEAS_LOOP=x

            Measure for x times to get the Average, Minimum, Maximum value. 

            Range:4K - or _C_Variable

            Default: 1  

        PARA: AVG or MAX or MIN or MAVG

            AVG/MAX/MIN/MAVG

            AVG: Use the Average value to compare limit.

            MAX: Use the Maximum value to compare limit.

            MIN: Use the Minimum value to compare limit.

            MAVG: get all measure values, ranking, then remove least 25% and largest 25% of measure values, average middle 50% of measure values. In this mode MEAS_LOOP range in 3~30000,and take longer measure time 

            Default: AVG.

        PARA: UP_LIMIT=x

            x : a voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).

        PARA: DOWN_LIMIT=x

            x : a voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or C  variable(double).        

        PARA: FORCE_WAIT=x

            Wait time between force and measure.

            x range:10us-200s or parameter name; Unit: s or ms or us; 

            Default: 0ms, Resolution=10us.

        PARA: RELAY_WAIT=x

            Wait time after relay close.

            x range:10us-200s or parameter name; Unit: s or ms or us; 

            Default: 0ms, Resolution=10us.

        PARA: WAIT=x

            Wait time after instruction.

            x range:10us-200s or parameter name; Unit: s or ms or us; 

            Default: 0ms, Resolution=10us.

PARA: LOG_OFF

            Set measured value not log to datalog windows, even it is set to be on in engineering set.

            Default: Depend on engineering setting.

PARA: BinNo=x

            x: a integer from 1 to 2048; While test result is fail at this driver, system classify the device to bin x.

        PARA: LOG_ALIAS=name

            name: a string; EX: LOG_ALIAS=ABC. The setting name will show in the .csv file and user monitor.

        PARA: LOG_UNIT=unit

            unit: a string; EX: V, mV ......., This setting will show after the alias name.

            Parameter can be set to LOG_UNIT=unit[.X] , this function can set the significant digits of fractional portion which will be shown in the .csv file.

            X: The number of significant digits of fractional portion.

        PARA: USER_MONITOR/USER_MON_ONLY

            USER_MONITOR: Log measured value to user monitor.

            USER_MON_ONLY: Only show measured value in monitor without producing C.S.V file and STDF file.

        PARA: IGNORE_FAIL 

            This argument is identical to the function "Dc Ignore Fail=On" on engineer setting menu. It ignore the measure result, and go to next driver.

            Default: OFF.

        PARA: MEASURE_LOOP_INTERVAL=x

            sampling time between each measure execution in measure loop

            Range:6uS-106uS

            default: 6uS

         PARA: DIGITAL_FILTER=x

            Range:0-6

            default: 0

         PARA: RESULT=name

            RESULT: array name 

            Array saved the log data. 

            

       

EXAMPLE:

          LCD_RVS_FV_MI_PIN(LCD_PINS, 3.0V, 100mA, E1, I4);